Skip to content

19.0 tutorials viwar#1168

Draft
VIWAR-ODOO wants to merge 53 commits intoodoo:19.0from
odoo-dev:19.0-tutorials-viwar
Draft

19.0 tutorials viwar#1168
VIWAR-ODOO wants to merge 53 commits intoodoo:19.0from
odoo-dev:19.0-tutorials-viwar

Conversation

@VIWAR-ODOO
Copy link
Copy Markdown

@VIWAR-ODOO VIWAR-ODOO commented Feb 16, 2026

completed till Chapter - 4

  • created a custom module
  • created the folder structure
  • created the model
  • added access rights in the ir.model.access.csv in the security folder

@robodoo
Copy link
Copy Markdown

robodoo commented Feb 16, 2026

Pull request status dashboard

@VIWAR-ODOO VIWAR-ODOO force-pushed the 19.0-tutorials-viwar branch 2 times, most recently from 5bea8cf to f0b55e5 Compare February 17, 2026 06:42
@VIWAR-ODOO
Copy link
Copy Markdown
Author

VIWAR-ODOO commented Feb 17, 2026

Chapter - 5 - Done Actions and Menus

  • created action
  • created the menu
  • created the three levels of menu
  • and created the first entry in the property - estate_model

Learned using <data> tag in the XML if we define <data noupdate="1"> then records within it will be loaded when the module is installed, and without the noupdate="1" the records will get reloaded at module install and update.

@VIWAR-ODOO
Copy link
Copy Markdown
Author

VIWAR-ODOO commented Feb 18, 2026

Chapter 5 done

  • added active and state field,
  • added the default values for some fields
  • added copy=false property to fields to not copy while duplicating
  • added the the 3months + from now as default date in the date availability field

Copy link
Copy Markdown

@mash-odoo mash-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello!
Thank you for your work..
Here are some suggestions and questions..

Comment thread estate/models/estate_property.py Outdated
Comment thread estate/models/estate_property.py
Comment thread estate/security/ir.model.access.csv Outdated
Comment thread estate/views/estate_menus.xml
Comment thread estate/__manifest__.py
Comment thread estate/__manifest__.py
Comment thread estate/models/estate_property.py Outdated
Comment thread estate/models/estate_property.py Outdated
VIWAR-ODOO and others added 4 commits February 20, 2026 14:43
Co-authored-by: mash-odoo <124269532+mash-odoo@users.noreply.github.com>
Co-authored-by: mash-odoo <124269532+mash-odoo@users.noreply.github.com>
@VIWAR-ODOO
Copy link
Copy Markdown
Author

VIWAR-ODOO commented Feb 27, 2026

Chapter 8 COMPLETED

@VIWAR-ODOO VIWAR-ODOO force-pushed the 19.0-tutorials-viwar branch from f249e78 to 924b118 Compare March 2, 2026 05:33
@VIWAR-ODOO VIWAR-ODOO force-pushed the 19.0-tutorials-viwar branch from b1cd4e1 to 7814cfc Compare March 2, 2026 05:45
…ions in the estate property when accepting the offer and rejecting a one and in a combination - meeting the business use case, and also added the sold and cancel button in the estate property view
…sapear logic, - widget, -invisible logic, accept offer and reject all automatically , - replace the new function with a redundant function from the offer.py in the property.py
…mo data and linked tags and type to the property, as per the meeting
Copy link
Copy Markdown

@mash-odoo mash-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello!
Thank you for your work.
Please keep in mind the coding guidelines. Do not leave unnecessary lines and spaces in the file. Keep a check on a proper indentation.
It's better to review a code if the readability is good otherwise it becomes difficult to understand the code blocks!
Leave one extra line at the end of the files.

Comment thread estate/data/estate_property_demo.xml
Comment thread estate/views/estate_property_visit_kanban_view.xml Outdated
Copy link
Copy Markdown

@mash-odoo mash-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clean up the code.
I will resume the review after this.

Comment thread estate/views/estate_menus.xml Outdated
Comment thread estate/views/estate_property_tag_view.xml Outdated
Comment thread estate/views/estate_property_type_view.xml Outdated
Comment thread estate/views/estate_property_view.xml Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants